home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi076.dir / 00037_Script_37 < prev    next >
Text File  |  1983-01-30  |  578b  |  20 lines

  1. on exitframe
  2.   global a_blocca,att_hilitec_dacast,att_hilitec_quanti,att_hilitec_sprite,at_hil_dacast,at_hil_quanti,at_hil_sprite  
  3.   if a_blocca = false then
  4.     ATT_HILITEC att_hilitec_dacast,att_hilitec_quanti,att_hilitec_sprite
  5.   end if
  6.   at_hil at_hil_dacast,at_hil_quanti,at_hil_sprite
  7.   go to the frame
  8. end
  9. on mouseup
  10. --  if the mouseH > 53  and the mouseH <640 and the mouseV >0 and the mouseV < 480 then
  11.     global a_blocca, viff_da,viff_a
  12.     set a_blocca =false
  13.     
  14.     viff viff_da,viff_a
  15.     gestione_cursori
  16.     updatestage
  17.     
  18. --  end if
  19. end
  20.